projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d72d26b
)
Whitespace change.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 28 Aug 2004 15:31:38 +0000
(15:31 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 28 Aug 2004 15:31:38 +0000
(15:31 +0000)
lisp/emacs-lisp/lisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp-mode.el
b/lisp/emacs-lisp/lisp-mode.el
index bcc9c2a89a7f44a42e18590196b0a163611510be..d6f601cd1216c398f5e06636dfe42d8a86905d0e 100644
(file)
--- a/
lisp/emacs-lisp/lisp-mode.el
+++ b/
lisp/emacs-lisp/lisp-mode.el
@@
-363,7
+363,7
@@
if that value is non-nil."
(when (stringp default)
(if (string-match ":+" default)
(substring default (match-end 0))
-
default))))
+ default))))
;; Used in old LispM code.
(defalias 'common-lisp-mode 'lisp-mode)